aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/api/[...nextauth]/route.ts
blob: 50807ab1ba6d2d905360efcba4cebf92cf97fff2 (plain) (blame)
1
2
export { GET, POST } from "../../helpers/server/auth";
export const runtime = "edge";